home *** CD-ROM | disk | FTP | other *** search
/ SVM Multimedia Villagina 2 / Villagina_2.iso / mac / SVMM 2 / Village / ECOLE / PCMULTI / pcmulti.dir / 00026_Script_26 < prev    next >
Text File  |  1995-09-23  |  220b  |  11 lines

  1. on exitFrame
  2.   go to the frame
  3.   puppetsprite 18,true
  4.   set the moveablesprite of sprite 18 to true
  5.   if the mouseup then
  6.     if sprite 18 intersects 2 then
  7.       go to the frame + 1
  8.     end if
  9.   end if 
  10.   
  11. end